home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / python-1.52 / source / objects / protos / frameobject.h < prev    next >
Text File  |  1999-06-14  |  192b  |  4 lines

  1. static PyObject *frame_getattr ( PyFrameObject *f , char *name );
  2. static int frame_setattr ( PyFrameObject *f , char *name , PyObject *value );
  3. static void frame_dealloc ( PyFrameObject *f );
  4.